net/http.conn.curReq (field)
4 uses
net/http (current package)
server.go#L297: curReq atomic.Pointer[response] // (which has a Request in it)
server.go#L764: res := cr.conn.curReq.Load()
server.go#L2086: c.curReq.Store(w)
server.go#L2117: c.curReq.Store(nil)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)